home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Interactive Arts / Interactive Arts '95 / we@ellipsis.com / 00007.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  191 b   |  13 lines

  1. on enterFrame
  2.   if rollOver(1) then
  3.     set the cursor of sprite 1 to 213
  4.   end if
  5.   if rollOver(48) then
  6.     set the cursor of sprite 48 to 260
  7.   end if
  8. end
  9.  
  10. on exitFrame
  11.   go("ducky2")
  12. end
  13.